home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dltdir10.zip / README < prev   
Text File  |  1993-01-02  |  3KB  |  60 lines

  1.  
  2.  *****************************************************************
  3.  *****************************************************************
  4.  *****                                                       *****
  5.  *****  DLTDIR Readme File                                   *****
  6.  *****  Revision Date: 01/02/1993                            *****
  7.  *****        Version: 1.0                                   *****
  8.  *****        Release: 2.0                                   *****
  9.  *****                                                       *****
  10.  *****************************************************************
  11.  *****************************************************************
  12.  
  13.  Overview
  14.  --------
  15.  DLTDIR is a program utility which allows for the deletion of an
  16.  entire DOS directory tree structure and its contents.  Over the
  17.  years, I have searched for an efficient and reliable way to perform
  18.  a mass-deletion of a directory and its contents, but failed to 
  19.  find a satisfactory solution.  Therefore, I decided to write a 
  20.  program which would accomplish the task in a most efficient manner,
  21.  without all the overhead and unnecessary confirmation prompts
  22.  which are common to most DOS utilities.
  23.  
  24.  General Notes
  25.  -------------
  26.  DLTDIR will delete all directories and files within the parent 
  27.  directory, WITHOUT confirmation.  Once the parent directory is
  28.  specified (either interactively or as a command line parameter),
  29.  the program will "do its thing" without further warning!  It was
  30.  developed for use by those with a respectable level of computer 
  31.  literacy, not for those who know "enough to be dangerous".
  32.  
  33.  Help Information
  34.  ----------------
  35.  Command syntax can be displayed by typing DLTDIR ? at the DOS prompt.
  36.  
  37.  Restrictions
  38.  ------------
  39.  DLTDIR supports all drive letters, and will check for the existence
  40.  of the directory on the current drive if no letter is specified.
  41.  As a built-in safeguard, DLTDIR will not allow the root directory (\)
  42.  to be specified as the parent, as this would result in the removal
  43.  of all data from the specified drive!  Upon successful completion,
  44.  the total number of deleted directories and files will be shown.
  45.  
  46.  Questions or Comments
  47.  ---------------------
  48.  Suggestions for enhancements and/or corrections are always welcome!
  49.  Feel free to write or E-Mail using the following information:
  50.  
  51.         Mailing Address:  Bob Miller
  52.                           97 Meadow Lane
  53.                           Northampton, PA 18067
  54.                           
  55.           Compuserve ID:  72760,1222
  56.  
  57.  
  58.  ************************ END OF README FILE ***********************
  59.  
  60.